Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@secux/utility

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secux/utility

SecuX Hardware Wallet internal tools for SDK

  • 3.0.18
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
20
decreased by-52.38%
Maintainers
1
Weekly downloads
 
Created
Source

@secux/utility

SecuX Hardware Wallet internal tools for SDK

Logger module configuration (default: disabled)

  1. Add the code to your project starting point:
require("@secux/utility/lib/logger");
  1. Install following packages:

    • for web:
      npm install --save-dev winston setimmediate
      
    • for react-native:
      npm install --save-dev react-native-logs
      
  2. Configure global environment with your bundler or at project starting point:

    • for web:
      // use this line to trigger debug level
      process.env.DISTRIBUTION = "development";
      process.env.LOGGER = "winston";
      
    • for react-native:
      // use this line to trigger debug level
      process.env.DISTRIBUTION = "development";
      process.env.LOGGER = "react-native-logs";
      

API doc

toExtenededPublicKey(path, parentFingerPrint, chainCode, publicKey) ⇒ String

Convert publicKey to extended publicKey

Kind: global function
Returns: String - extended publicKey

ParamTypeDescription
pathstringBIP32 path
parentFingerPrintBufferbyte(4)
chainCodeBufferbyte(32)
publicKeyBufferbyte(33)

Keywords

FAQs

Package last updated on 14 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc